Skip to content

Conversation

@eddiejaoude
Copy link
Contributor

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

After using the cli to create a new project and selecting the advanced template, when running the test command fails.

Resolves #1186

Steps to reproduce

  1. create project npm create checkly@latest
  2. select the recommended advanced template Which template would you like to use for your new project? › An advanced TypeScript project with multiple examples and best practices (recommended)
  3. run the tests npx checkly test --record

The following error occurs without any changes

npx checkly test --record
Parsing your project... !
    Error: Error loading file '/Users/eddie/Downloads/repos/checkly/checkly.config.ts'
    Error: ParseError: Unexpected token  
     /Users/eddie/Downloads/repos/checkly/checkly.config.ts:29:52

New Dependency Submission

@sorccu sorccu requested a review from sujaya-sys December 12, 2025 15:16
@sorccu
Copy link
Member

sorccu commented Dec 12, 2025

Hi @eddiejaoude,

Thanks, you're right, this has slipped through in #1180.

We'll handle these shortly.

@eddiejaoude
Copy link
Contributor Author

No worries, it happens.

BTW I didn't submit a PR to this issue #1188 as there are multiple ways to resolve it and wasn't sure your preference.

After using the cli to create a new project and selecting the advanced template, when running the test command the following error occurs:

 npx checkly test --record
Parsing your project... !
    Error: Error loading file '/Users/eddie/Downloads/repos/checkly/checkly.config.ts'
    Error: ParseError: Unexpected token  
     /Users/eddie/Downloads/repos/checkly/checkly.config.ts:29:52
@sorccu sorccu merged commit da96026 into checkly:main Dec 15, 2025
@sorccu
Copy link
Member

sorccu commented Dec 15, 2025

Thanks @eddiejaoude, this has now been released in version 6.9.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: create project with the advanced template using the CLI has an error

2 participants